@polar-sh/sdk 0.13.0 → 0.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/docs/sdks/articles/README.md +78 -0
- package/docs/sdks/benefits/README.md +3 -3
- package/docs/sdks/checkoutlinks/README.md +400 -0
- package/funcs/articlesExport.d.ts +16 -0
- package/funcs/articlesExport.d.ts.map +1 -0
- package/funcs/articlesExport.js +99 -0
- package/funcs/articlesExport.js.map +1 -0
- package/funcs/benefitsCreate.d.ts +2 -1
- package/funcs/benefitsCreate.d.ts.map +1 -1
- package/funcs/benefitsCreate.js +2 -1
- package/funcs/benefitsCreate.js.map +1 -1
- package/funcs/benefitsGet.d.ts +2 -1
- package/funcs/benefitsGet.d.ts.map +1 -1
- package/funcs/benefitsGet.js +2 -1
- package/funcs/benefitsGet.js.map +1 -1
- package/funcs/benefitsUpdate.d.ts +2 -1
- package/funcs/benefitsUpdate.d.ts.map +1 -1
- package/funcs/benefitsUpdate.js +2 -1
- package/funcs/benefitsUpdate.js.map +1 -1
- package/funcs/checkoutLinksCreate.d.ts +16 -0
- package/funcs/checkoutLinksCreate.d.ts.map +1 -0
- package/funcs/checkoutLinksCreate.js +95 -0
- package/funcs/checkoutLinksCreate.js.map +1 -0
- package/funcs/checkoutLinksDelete.d.ts +16 -0
- package/funcs/checkoutLinksDelete.d.ts.map +1 -0
- package/funcs/checkoutLinksDelete.js +101 -0
- package/funcs/checkoutLinksDelete.js.map +1 -0
- package/funcs/checkoutLinksGet.d.ts +17 -0
- package/funcs/checkoutLinksGet.d.ts.map +1 -0
- package/funcs/checkoutLinksGet.js +101 -0
- package/funcs/checkoutLinksGet.js.map +1 -0
- package/funcs/checkoutLinksList.d.ts +17 -0
- package/funcs/checkoutLinksList.d.ts.map +1 -0
- package/funcs/checkoutLinksList.js +130 -0
- package/funcs/checkoutLinksList.js.map +1 -0
- package/funcs/checkoutLinksUpdate.d.ts +17 -0
- package/funcs/checkoutLinksUpdate.d.ts.map +1 -0
- package/funcs/checkoutLinksUpdate.js +104 -0
- package/funcs/checkoutLinksUpdate.js.map +1 -0
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/articlecreate.d.ts +6 -67
- package/models/components/articlecreate.d.ts.map +1 -1
- package/models/components/articlecreate.js +7 -47
- package/models/components/articlecreate.js.map +1 -1
- package/models/components/benefit.d.ts +28 -0
- package/models/components/benefit.d.ts.map +1 -0
- package/models/components/benefit.js +69 -0
- package/models/components/benefit.js.map +1 -0
- package/models/components/benefitbase.d.ts +0 -3
- package/models/components/benefitbase.d.ts.map +1 -1
- package/models/components/benefitbase.js.map +1 -1
- package/models/components/benefitgrantwebhook.d.ts +3 -28
- package/models/components/benefitgrantwebhook.d.ts.map +1 -1
- package/models/components/benefitgrantwebhook.js +4 -57
- package/models/components/benefitgrantwebhook.js.map +1 -1
- package/models/components/benefitinput.d.ts +28 -0
- package/models/components/benefitinput.d.ts.map +1 -0
- package/models/components/benefitinput.js +69 -0
- package/models/components/benefitinput.js.map +1 -0
- package/models/components/checkoutlink.d.ts +69 -0
- package/models/components/checkoutlink.d.ts.map +1 -0
- package/models/components/checkoutlink.js +90 -0
- package/models/components/checkoutlink.js.map +1 -0
- package/models/components/checkoutlinkcreate.d.ts +85 -0
- package/models/components/checkoutlinkcreate.d.ts.map +1 -0
- package/models/components/checkoutlinkcreate.js +90 -0
- package/models/components/checkoutlinkcreate.js.map +1 -0
- package/models/components/checkoutlinksortproperty.d.ts +28 -0
- package/models/components/checkoutlinksortproperty.d.ts.map +1 -0
- package/models/components/checkoutlinksortproperty.js +50 -0
- package/models/components/checkoutlinksortproperty.js.map +1 -0
- package/models/components/checkoutlinkupdate.d.ts +46 -0
- package/models/components/checkoutlinkupdate.d.ts.map +1 -0
- package/models/components/checkoutlinkupdate.js +61 -0
- package/models/components/checkoutlinkupdate.js.map +1 -0
- package/models/components/checkoutpublic.d.ts +5 -8
- package/models/components/checkoutpublic.d.ts.map +1 -1
- package/models/components/checkoutpublic.js +2 -2
- package/models/components/checkoutpublic.js.map +1 -1
- package/models/components/index.d.ts +13 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +13 -0
- package/models/components/index.js.map +1 -1
- package/models/components/interval.d.ts +37 -0
- package/models/components/interval.d.ts.map +1 -0
- package/models/components/interval.js +54 -0
- package/models/components/interval.js.map +1 -0
- package/models/components/issue.d.ts +0 -6
- package/models/components/issue.d.ts.map +1 -1
- package/models/components/issue.js.map +1 -1
- package/models/components/licensekeyread.d.ts +3 -0
- package/models/components/licensekeyread.d.ts.map +1 -1
- package/models/components/licensekeyread.js +3 -0
- package/models/components/licensekeyread.js.map +1 -1
- package/models/components/licensekeyuser.d.ts +31 -0
- package/models/components/licensekeyuser.d.ts.map +1 -0
- package/models/components/licensekeyuser.js +67 -0
- package/models/components/licensekeyuser.js.map +1 -0
- package/models/components/licensekeywithactivations.d.ts +3 -0
- package/models/components/licensekeywithactivations.d.ts.map +1 -1
- package/models/components/licensekeywithactivations.js +3 -0
- package/models/components/licensekeywithactivations.js.map +1 -1
- package/models/components/listresourcebenefit.d.ts +3 -28
- package/models/components/listresourcebenefit.d.ts.map +1 -1
- package/models/components/listresourcebenefit.js +4 -57
- package/models/components/listresourcebenefit.js.map +1 -1
- package/models/components/listresourcecheckoutlink.d.ts +29 -0
- package/models/components/listresourcecheckoutlink.d.ts.map +1 -0
- package/models/components/listresourcecheckoutlink.js +54 -0
- package/models/components/listresourcecheckoutlink.js.map +1 -0
- package/models/components/metric.d.ts +0 -3
- package/models/components/metric.d.ts.map +1 -1
- package/models/components/metric.js.map +1 -1
- package/models/components/metricsintervalslimits.d.ts +5 -5
- package/models/components/metricslimits.d.ts +1 -1
- package/models/components/metricsresponse.d.ts +0 -3
- package/models/components/metricsresponse.d.ts.map +1 -1
- package/models/components/metricsresponse.js.map +1 -1
- package/models/components/oauth2client.js +2 -2
- package/models/components/oauth2client.js.map +1 -1
- package/models/components/oauth2clientconfiguration.js +2 -2
- package/models/components/oauth2clientconfiguration.js.map +1 -1
- package/models/components/oauth2clientconfigurationupdate.js +2 -2
- package/models/components/oauth2clientconfigurationupdate.js.map +1 -1
- package/models/components/order.d.ts +3 -0
- package/models/components/order.d.ts.map +1 -1
- package/models/components/order.js +5 -0
- package/models/components/order.js.map +1 -1
- package/models/components/orderbillingreason.d.ts +34 -0
- package/models/components/orderbillingreason.d.ts.map +1 -0
- package/models/components/orderbillingreason.js +52 -0
- package/models/components/orderbillingreason.js.map +1 -0
- package/models/components/pledge.d.ts +0 -9
- package/models/components/pledge.d.ts.map +1 -1
- package/models/components/pledge.js.map +1 -1
- package/models/components/polarcheckoutschemascheckout.d.ts +2 -121
- package/models/components/polarcheckoutschemascheckout.d.ts.map +1 -1
- package/models/components/polarcheckoutschemascheckout.js +3 -108
- package/models/components/polarcheckoutschemascheckout.js.map +1 -1
- package/models/components/productpriceonetimecustom.d.ts +5 -0
- package/models/components/productpriceonetimecustom.d.ts.map +1 -1
- package/models/components/productpriceonetimecustom.js +4 -0
- package/models/components/productpriceonetimecustom.js.map +1 -1
- package/models/components/productpriceonetimefixed.d.ts +5 -0
- package/models/components/productpriceonetimefixed.d.ts.map +1 -1
- package/models/components/productpriceonetimefixed.js +4 -0
- package/models/components/productpriceonetimefixed.js.map +1 -1
- package/models/components/productpriceonetimefree.d.ts +5 -0
- package/models/components/productpriceonetimefree.d.ts.map +1 -1
- package/models/components/productpriceonetimefree.js +4 -0
- package/models/components/productpriceonetimefree.js.map +1 -1
- package/models/components/productpricerecurringcustom.d.ts +5 -3
- package/models/components/productpricerecurringcustom.d.ts.map +1 -1
- package/models/components/productpricerecurringcustom.js +4 -0
- package/models/components/productpricerecurringcustom.js.map +1 -1
- package/models/components/productpricerecurringfixed.d.ts +5 -3
- package/models/components/productpricerecurringfixed.d.ts.map +1 -1
- package/models/components/productpricerecurringfixed.js +4 -0
- package/models/components/productpricerecurringfixed.js.map +1 -1
- package/models/components/productpricerecurringfixedcreate.d.ts +0 -3
- package/models/components/productpricerecurringfixedcreate.d.ts.map +1 -1
- package/models/components/productpricerecurringfixedcreate.js.map +1 -1
- package/models/components/productpricerecurringfree.d.ts +5 -3
- package/models/components/productpricerecurringfree.d.ts.map +1 -1
- package/models/components/productpricerecurringfree.js +4 -0
- package/models/components/productpricerecurringfree.js.map +1 -1
- package/models/components/productpricerecurringfreecreate.d.ts +0 -3
- package/models/components/productpricerecurringfreecreate.d.ts.map +1 -1
- package/models/components/productpricerecurringfreecreate.js.map +1 -1
- package/models/components/validatedlicensekey.d.ts +3 -0
- package/models/components/validatedlicensekey.d.ts.map +1 -1
- package/models/components/validatedlicensekey.js +3 -0
- package/models/components/validatedlicensekey.js.map +1 -1
- package/models/components/webhookbenefitcreatedpayload.d.ts +3 -28
- package/models/components/webhookbenefitcreatedpayload.d.ts.map +1 -1
- package/models/components/webhookbenefitcreatedpayload.js +4 -57
- package/models/components/webhookbenefitcreatedpayload.js.map +1 -1
- package/models/components/webhookbenefitupdatedpayload.d.ts +3 -28
- package/models/components/webhookbenefitupdatedpayload.d.ts.map +1 -1
- package/models/components/webhookbenefitupdatedpayload.js +4 -57
- package/models/components/webhookbenefitupdatedpayload.js.map +1 -1
- package/models/components/webhookcheckoutcreatedpayload.d.ts +3 -3
- package/models/components/webhookcheckoutcreatedpayload.d.ts.map +1 -1
- package/models/components/webhookcheckoutcreatedpayload.js +2 -2
- package/models/components/webhookcheckoutcreatedpayload.js.map +1 -1
- package/models/components/webhookcheckoutupdatedpayload.d.ts +3 -3
- package/models/components/webhookcheckoutupdatedpayload.d.ts.map +1 -1
- package/models/components/webhookcheckoutupdatedpayload.js +2 -2
- package/models/components/webhookcheckoutupdatedpayload.js.map +1 -1
- package/models/components/webhooksubscriptionactivepayload.d.ts +59 -0
- package/models/components/webhooksubscriptionactivepayload.d.ts.map +1 -0
- package/models/components/webhooksubscriptionactivepayload.js +71 -0
- package/models/components/webhooksubscriptionactivepayload.js.map +1 -0
- package/models/components/webhooksubscriptioncanceledpayload.d.ts +59 -0
- package/models/components/webhooksubscriptioncanceledpayload.d.ts.map +1 -0
- package/models/components/webhooksubscriptioncanceledpayload.js +71 -0
- package/models/components/webhooksubscriptioncanceledpayload.js.map +1 -0
- package/models/components/webhooksubscriptionrevokedpayload.d.ts +59 -0
- package/models/components/webhooksubscriptionrevokedpayload.d.ts.map +1 -0
- package/models/components/webhooksubscriptionrevokedpayload.js +71 -0
- package/models/components/webhooksubscriptionrevokedpayload.js.map +1 -0
- package/models/components/webhooksubscriptionupdatedpayload.d.ts +6 -2
- package/models/components/webhooksubscriptionupdatedpayload.d.ts.map +1 -1
- package/models/components/webhooksubscriptionupdatedpayload.js.map +1 -1
- package/models/operations/articlesexport.d.ts +25 -0
- package/models/operations/articlesexport.d.ts.map +1 -0
- package/models/operations/articlesexport.js +59 -0
- package/models/operations/articlesexport.js.map +1 -0
- package/models/operations/benefitscreate.d.ts +0 -22
- package/models/operations/benefitscreate.d.ts.map +1 -1
- package/models/operations/benefitscreate.js +1 -32
- package/models/operations/benefitscreate.js.map +1 -1
- package/models/operations/benefitsget.d.ts +0 -23
- package/models/operations/benefitsget.d.ts.map +1 -1
- package/models/operations/benefitsget.js +1 -33
- package/models/operations/benefitsget.js.map +1 -1
- package/models/operations/benefitsupdate.d.ts +0 -22
- package/models/operations/benefitsupdate.d.ts.map +1 -1
- package/models/operations/benefitsupdate.js +1 -32
- package/models/operations/benefitsupdate.js.map +1 -1
- package/models/operations/checkoutlinksdelete.d.ts +28 -0
- package/models/operations/checkoutlinksdelete.d.ts.map +1 -0
- package/models/operations/checkoutlinksdelete.js +50 -0
- package/models/operations/checkoutlinksdelete.js.map +1 -0
- package/models/operations/checkoutlinksget.d.ts +28 -0
- package/models/operations/checkoutlinksget.d.ts.map +1 -0
- package/models/operations/checkoutlinksget.js +50 -0
- package/models/operations/checkoutlinksget.js.map +1 -0
- package/models/operations/checkoutlinkslist.d.ts +116 -0
- package/models/operations/checkoutlinkslist.d.ts.map +1 -0
- package/models/operations/checkoutlinkslist.js +129 -0
- package/models/operations/checkoutlinkslist.js.map +1 -0
- package/models/operations/checkoutlinksupdate.d.ts +31 -0
- package/models/operations/checkoutlinksupdate.d.ts.map +1 -0
- package/models/operations/checkoutlinksupdate.js +62 -0
- package/models/operations/checkoutlinksupdate.js.map +1 -0
- package/models/operations/index.d.ts +5 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +5 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/metricsget.d.ts +1 -42
- package/models/operations/metricsget.d.ts.map +1 -1
- package/models/operations/metricsget.js +3 -29
- package/models/operations/metricsget.js.map +1 -1
- package/package.json +1 -1
- package/sdk/articles.d.ts +7 -0
- package/sdk/articles.d.ts.map +1 -1
- package/sdk/articles.js +10 -0
- package/sdk/articles.js.map +1 -1
- package/sdk/benefits.d.ts +4 -3
- package/sdk/benefits.d.ts.map +1 -1
- package/sdk/benefits.js.map +1 -1
- package/sdk/checkoutlinks.d.ts +42 -0
- package/sdk/checkoutlinks.d.ts.map +1 -0
- package/sdk/checkoutlinks.js +63 -0
- package/sdk/checkoutlinks.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +5 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/articlesExport.ts +129 -0
- package/src/funcs/benefitsCreate.ts +4 -3
- package/src/funcs/benefitsGet.ts +4 -3
- package/src/funcs/benefitsUpdate.ts +4 -3
- package/src/funcs/checkoutLinksCreate.ts +124 -0
- package/src/funcs/checkoutLinksDelete.ts +135 -0
- package/src/funcs/checkoutLinksGet.ts +134 -0
- package/src/funcs/checkoutLinksList.ts +189 -0
- package/src/funcs/checkoutLinksUpdate.ts +138 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/articlecreate.ts +18 -77
- package/src/models/components/benefit.ts +106 -0
- package/src/models/components/benefitbase.ts +0 -3
- package/src/models/components/benefitgrantwebhook.ts +9 -137
- package/src/models/components/benefitinput.ts +109 -0
- package/src/models/components/checkoutlink.ts +131 -0
- package/src/models/components/checkoutlinkcreate.ts +127 -0
- package/src/models/components/checkoutlinksortproperty.ts +35 -0
- package/src/models/components/checkoutlinkupdate.ts +73 -0
- package/src/models/components/checkoutpublic.ts +7 -10
- package/src/models/components/index.ts +13 -0
- package/src/models/components/interval.ts +34 -0
- package/src/models/components/issue.ts +0 -6
- package/src/models/components/licensekeyread.ts +10 -0
- package/src/models/components/licensekeyuser.ts +68 -0
- package/src/models/components/licensekeywithactivations.ts +10 -0
- package/src/models/components/listresourcebenefit.ts +9 -140
- package/src/models/components/listresourcecheckoutlink.ts +61 -0
- package/src/models/components/metric.ts +0 -3
- package/src/models/components/metricsintervalslimits.ts +5 -5
- package/src/models/components/metricslimits.ts +1 -1
- package/src/models/components/metricsresponse.ts +0 -3
- package/src/models/components/oauth2client.ts +2 -2
- package/src/models/components/oauth2clientconfiguration.ts +2 -2
- package/src/models/components/oauth2clientconfigurationupdate.ts +2 -2
- package/src/models/components/order.ts +11 -0
- package/src/models/components/orderbillingreason.ts +35 -0
- package/src/models/components/pledge.ts +0 -9
- package/src/models/components/polarcheckoutschemascheckout.ts +4 -229
- package/src/models/components/productpriceonetimecustom.ts +9 -0
- package/src/models/components/productpriceonetimefixed.ts +9 -0
- package/src/models/components/productpriceonetimefree.ts +9 -0
- package/src/models/components/productpricerecurringcustom.ts +9 -3
- package/src/models/components/productpricerecurringfixed.ts +9 -3
- package/src/models/components/productpricerecurringfixedcreate.ts +0 -3
- package/src/models/components/productpricerecurringfree.ts +9 -3
- package/src/models/components/productpricerecurringfreecreate.ts +0 -3
- package/src/models/components/validatedlicensekey.ts +10 -0
- package/src/models/components/webhookbenefitcreatedpayload.ts +9 -139
- package/src/models/components/webhookbenefitupdatedpayload.ts +9 -139
- package/src/models/components/webhookcheckoutcreatedpayload.ts +8 -8
- package/src/models/components/webhookcheckoutupdatedpayload.ts +8 -8
- package/src/models/components/webhooksubscriptionactivepayload.ts +95 -0
- package/src/models/components/webhooksubscriptioncanceledpayload.ts +96 -0
- package/src/models/components/webhooksubscriptionrevokedpayload.ts +96 -0
- package/src/models/components/webhooksubscriptionupdatedpayload.ts +6 -2
- package/src/models/operations/articlesexport.ts +54 -0
- package/src/models/operations/benefitscreate.ts +0 -67
- package/src/models/operations/benefitsget.ts +0 -66
- package/src/models/operations/benefitsupdate.ts +0 -67
- package/src/models/operations/checkoutlinksdelete.ts +48 -0
- package/src/models/operations/checkoutlinksget.ts +48 -0
- package/src/models/operations/checkoutlinkslist.ts +224 -0
- package/src/models/operations/checkoutlinksupdate.ts +62 -0
- package/src/models/operations/index.ts +5 -0
- package/src/models/operations/metricsget.ts +3 -38
- package/src/sdk/articles.ts +18 -0
- package/src/sdk/benefits.ts +4 -3
- package/src/sdk/checkoutlinks.ts +101 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WebhookSubscriptionCanceledPayload$ = exports.WebhookSubscriptionCanceledPayload$outboundSchema = exports.WebhookSubscriptionCanceledPayload$inboundSchema = exports.WebhookSubscriptionCanceledPayloadType$ = exports.WebhookSubscriptionCanceledPayloadType$outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema = exports.WebhookSubscriptionCanceledPayloadType = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
const subscriptioninput_js_1 = require("./subscriptioninput.js");
|
|
32
|
+
exports.WebhookSubscriptionCanceledPayloadType = {
|
|
33
|
+
SubscriptionCanceled: "subscription.canceled",
|
|
34
|
+
};
|
|
35
|
+
/** @internal */
|
|
36
|
+
exports.WebhookSubscriptionCanceledPayloadType$inboundSchema = z.nativeEnum(exports.WebhookSubscriptionCanceledPayloadType);
|
|
37
|
+
/** @internal */
|
|
38
|
+
exports.WebhookSubscriptionCanceledPayloadType$outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema;
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
42
|
+
*/
|
|
43
|
+
var WebhookSubscriptionCanceledPayloadType$;
|
|
44
|
+
(function (WebhookSubscriptionCanceledPayloadType$) {
|
|
45
|
+
/** @deprecated use `WebhookSubscriptionCanceledPayloadType$inboundSchema` instead. */
|
|
46
|
+
WebhookSubscriptionCanceledPayloadType$.inboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema;
|
|
47
|
+
/** @deprecated use `WebhookSubscriptionCanceledPayloadType$outboundSchema` instead. */
|
|
48
|
+
WebhookSubscriptionCanceledPayloadType$.outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$outboundSchema;
|
|
49
|
+
})(WebhookSubscriptionCanceledPayloadType$ || (exports.WebhookSubscriptionCanceledPayloadType$ = WebhookSubscriptionCanceledPayloadType$ = {}));
|
|
50
|
+
/** @internal */
|
|
51
|
+
exports.WebhookSubscriptionCanceledPayload$inboundSchema = z.object({
|
|
52
|
+
type: z.literal("subscription.canceled").optional(),
|
|
53
|
+
data: subscriptioninput_js_1.SubscriptionInput$inboundSchema,
|
|
54
|
+
});
|
|
55
|
+
/** @internal */
|
|
56
|
+
exports.WebhookSubscriptionCanceledPayload$outboundSchema = z.object({
|
|
57
|
+
type: z.literal("subscription.canceled").default("subscription.canceled"),
|
|
58
|
+
data: subscriptioninput_js_1.SubscriptionInput$outboundSchema,
|
|
59
|
+
});
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
64
|
+
var WebhookSubscriptionCanceledPayload$;
|
|
65
|
+
(function (WebhookSubscriptionCanceledPayload$) {
|
|
66
|
+
/** @deprecated use `WebhookSubscriptionCanceledPayload$inboundSchema` instead. */
|
|
67
|
+
WebhookSubscriptionCanceledPayload$.inboundSchema = exports.WebhookSubscriptionCanceledPayload$inboundSchema;
|
|
68
|
+
/** @deprecated use `WebhookSubscriptionCanceledPayload$outboundSchema` instead. */
|
|
69
|
+
WebhookSubscriptionCanceledPayload$.outboundSchema = exports.WebhookSubscriptionCanceledPayload$outboundSchema;
|
|
70
|
+
})(WebhookSubscriptionCanceledPayload$ || (exports.WebhookSubscriptionCanceledPayload$ = WebhookSubscriptionCanceledPayload$ = {}));
|
|
71
|
+
//# sourceMappingURL=webhooksubscriptioncanceledpayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhooksubscriptioncanceledpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptioncanceledpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,sCAAsC,GAAG;IACpD,oBAAoB,EAAE,uBAAuB;CACrC,CAAC;AAkBX,gBAAgB;AACH,QAAA,oDAAoD,GACE,CAAC,CAAC,UAAU,CAC3E,8CAAsC,CACvC,CAAC;AAEJ,gBAAgB;AACH,QAAA,qDAAqD,GAE9D,4DAAoD,CAAC;AAEzD;;;GAGG;AACH,IAAiB,uCAAuC,CAOvD;AAPD,WAAiB,uCAAuC;IACtD,sFAAsF;IACzE,qDAAa,GACxB,4DAAoD,CAAC;IACvD,uFAAuF;IAC1E,sDAAc,GACzB,6DAAqD,CAAC;AAC1D,CAAC,EAPgB,uCAAuC,uDAAvC,uCAAuC,QAOvD;AAED,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,QAAQ,EAAE;IACnD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;IACzE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,wDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,yDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { SubscriptionInput, SubscriptionInput$Outbound } from "./subscriptioninput.js";
|
|
4
|
+
export declare const WebhookSubscriptionRevokedPayloadType: {
|
|
5
|
+
readonly SubscriptionRevoked: "subscription.revoked";
|
|
6
|
+
};
|
|
7
|
+
export type WebhookSubscriptionRevokedPayloadType = ClosedEnum<typeof WebhookSubscriptionRevokedPayloadType>;
|
|
8
|
+
/**
|
|
9
|
+
* Sent when a subscription is revoked, the user looses access immediately.
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* Happens when the subscription is canceled, or payment is past due.
|
|
13
|
+
*
|
|
14
|
+
* **Discord & Slack support:** Full
|
|
15
|
+
*/
|
|
16
|
+
export type WebhookSubscriptionRevokedPayload = {
|
|
17
|
+
type?: "subscription.revoked" | undefined;
|
|
18
|
+
data: SubscriptionInput;
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const WebhookSubscriptionRevokedPayloadType$inboundSchema: z.ZodNativeEnum<typeof WebhookSubscriptionRevokedPayloadType>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const WebhookSubscriptionRevokedPayloadType$outboundSchema: z.ZodNativeEnum<typeof WebhookSubscriptionRevokedPayloadType>;
|
|
24
|
+
/**
|
|
25
|
+
* @internal
|
|
26
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
27
|
+
*/
|
|
28
|
+
export declare namespace WebhookSubscriptionRevokedPayloadType$ {
|
|
29
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayloadType$inboundSchema` instead. */
|
|
30
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
31
|
+
readonly SubscriptionRevoked: "subscription.revoked";
|
|
32
|
+
}>;
|
|
33
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayloadType$outboundSchema` instead. */
|
|
34
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
35
|
+
readonly SubscriptionRevoked: "subscription.revoked";
|
|
36
|
+
}>;
|
|
37
|
+
}
|
|
38
|
+
/** @internal */
|
|
39
|
+
export declare const WebhookSubscriptionRevokedPayload$inboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload, z.ZodTypeDef, unknown>;
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type WebhookSubscriptionRevokedPayload$Outbound = {
|
|
42
|
+
type: "subscription.revoked";
|
|
43
|
+
data: SubscriptionInput$Outbound;
|
|
44
|
+
};
|
|
45
|
+
/** @internal */
|
|
46
|
+
export declare const WebhookSubscriptionRevokedPayload$outboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload$Outbound, z.ZodTypeDef, WebhookSubscriptionRevokedPayload>;
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
50
|
+
*/
|
|
51
|
+
export declare namespace WebhookSubscriptionRevokedPayload$ {
|
|
52
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayload$inboundSchema` instead. */
|
|
53
|
+
const inboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload, z.ZodTypeDef, unknown>;
|
|
54
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayload$outboundSchema` instead. */
|
|
55
|
+
const outboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload$Outbound, z.ZodTypeDef, WebhookSubscriptionRevokedPayload>;
|
|
56
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayload$Outbound` instead. */
|
|
57
|
+
type Outbound = WebhookSubscriptionRevokedPayload$Outbound;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=webhooksubscriptionrevokedpayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhooksubscriptionrevokedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionrevokedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC1C,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,0BAA0B,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WebhookSubscriptionRevokedPayload$ = exports.WebhookSubscriptionRevokedPayload$outboundSchema = exports.WebhookSubscriptionRevokedPayload$inboundSchema = exports.WebhookSubscriptionRevokedPayloadType$ = exports.WebhookSubscriptionRevokedPayloadType$outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema = exports.WebhookSubscriptionRevokedPayloadType = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
const subscriptioninput_js_1 = require("./subscriptioninput.js");
|
|
32
|
+
exports.WebhookSubscriptionRevokedPayloadType = {
|
|
33
|
+
SubscriptionRevoked: "subscription.revoked",
|
|
34
|
+
};
|
|
35
|
+
/** @internal */
|
|
36
|
+
exports.WebhookSubscriptionRevokedPayloadType$inboundSchema = z.nativeEnum(exports.WebhookSubscriptionRevokedPayloadType);
|
|
37
|
+
/** @internal */
|
|
38
|
+
exports.WebhookSubscriptionRevokedPayloadType$outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema;
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
42
|
+
*/
|
|
43
|
+
var WebhookSubscriptionRevokedPayloadType$;
|
|
44
|
+
(function (WebhookSubscriptionRevokedPayloadType$) {
|
|
45
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayloadType$inboundSchema` instead. */
|
|
46
|
+
WebhookSubscriptionRevokedPayloadType$.inboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema;
|
|
47
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayloadType$outboundSchema` instead. */
|
|
48
|
+
WebhookSubscriptionRevokedPayloadType$.outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$outboundSchema;
|
|
49
|
+
})(WebhookSubscriptionRevokedPayloadType$ || (exports.WebhookSubscriptionRevokedPayloadType$ = WebhookSubscriptionRevokedPayloadType$ = {}));
|
|
50
|
+
/** @internal */
|
|
51
|
+
exports.WebhookSubscriptionRevokedPayload$inboundSchema = z.object({
|
|
52
|
+
type: z.literal("subscription.revoked").optional(),
|
|
53
|
+
data: subscriptioninput_js_1.SubscriptionInput$inboundSchema,
|
|
54
|
+
});
|
|
55
|
+
/** @internal */
|
|
56
|
+
exports.WebhookSubscriptionRevokedPayload$outboundSchema = z.object({
|
|
57
|
+
type: z.literal("subscription.revoked").default("subscription.revoked"),
|
|
58
|
+
data: subscriptioninput_js_1.SubscriptionInput$outboundSchema,
|
|
59
|
+
});
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
64
|
+
var WebhookSubscriptionRevokedPayload$;
|
|
65
|
+
(function (WebhookSubscriptionRevokedPayload$) {
|
|
66
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayload$inboundSchema` instead. */
|
|
67
|
+
WebhookSubscriptionRevokedPayload$.inboundSchema = exports.WebhookSubscriptionRevokedPayload$inboundSchema;
|
|
68
|
+
/** @deprecated use `WebhookSubscriptionRevokedPayload$outboundSchema` instead. */
|
|
69
|
+
WebhookSubscriptionRevokedPayload$.outboundSchema = exports.WebhookSubscriptionRevokedPayload$outboundSchema;
|
|
70
|
+
})(WebhookSubscriptionRevokedPayload$ || (exports.WebhookSubscriptionRevokedPayload$ = WebhookSubscriptionRevokedPayload$ = {}));
|
|
71
|
+
//# sourceMappingURL=webhooksubscriptionrevokedpayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhooksubscriptionrevokedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionrevokedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAkBX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAClD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
|
|
@@ -6,11 +6,15 @@ export declare const WebhookSubscriptionUpdatedPayloadType: {
|
|
|
6
6
|
};
|
|
7
7
|
export type WebhookSubscriptionUpdatedPayloadType = ClosedEnum<typeof WebhookSubscriptionUpdatedPayloadType>;
|
|
8
8
|
/**
|
|
9
|
-
* Sent when a
|
|
9
|
+
* Sent when a subscription is updated. This event fires for all changes to the subscription, including renewals.
|
|
10
10
|
*
|
|
11
11
|
* @remarks
|
|
12
12
|
*
|
|
13
|
-
*
|
|
13
|
+
* If you want more specific events, you can listen to `subscription.active`, `subscription.canceled`, and `subscription.revoked`.
|
|
14
|
+
*
|
|
15
|
+
* To listen specifically for renewals, you can listen to `order.created` events and check the `billing_reason` field.
|
|
16
|
+
*
|
|
17
|
+
* **Discord & Slack support:** On cancellation and revocation. Renewals are skipped.
|
|
14
18
|
*/
|
|
15
19
|
export type WebhookSubscriptionUpdatedPayload = {
|
|
16
20
|
type?: "subscription.updated" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooksubscriptionupdatedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"webhooksubscriptionupdatedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF;;;;;;;;;;GAUG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC1C,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,0BAA0B,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooksubscriptionupdatedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;
|
|
1
|
+
{"version":3,"file":"webhooksubscriptionupdatedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAqBX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAClD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type ArticlesExportRequest = {
|
|
3
|
+
organizationId: string;
|
|
4
|
+
};
|
|
5
|
+
/** @internal */
|
|
6
|
+
export declare const ArticlesExportRequest$inboundSchema: z.ZodType<ArticlesExportRequest, z.ZodTypeDef, unknown>;
|
|
7
|
+
/** @internal */
|
|
8
|
+
export type ArticlesExportRequest$Outbound = {
|
|
9
|
+
organization_id: string;
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const ArticlesExportRequest$outboundSchema: z.ZodType<ArticlesExportRequest$Outbound, z.ZodTypeDef, ArticlesExportRequest>;
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16
|
+
*/
|
|
17
|
+
export declare namespace ArticlesExportRequest$ {
|
|
18
|
+
/** @deprecated use `ArticlesExportRequest$inboundSchema` instead. */
|
|
19
|
+
const inboundSchema: z.ZodType<ArticlesExportRequest, z.ZodTypeDef, unknown>;
|
|
20
|
+
/** @deprecated use `ArticlesExportRequest$outboundSchema` instead. */
|
|
21
|
+
const outboundSchema: z.ZodType<ArticlesExportRequest$Outbound, z.ZodTypeDef, ArticlesExportRequest>;
|
|
22
|
+
/** @deprecated use `ArticlesExportRequest$Outbound` instead. */
|
|
23
|
+
type Outbound = ArticlesExportRequest$Outbound;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=articlesexport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"articlesexport.d.ts","sourceRoot":"","sources":["../../src/models/operations/articlesexport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAOrB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ArticlesExportRequest$ = exports.ArticlesExportRequest$outboundSchema = exports.ArticlesExportRequest$inboundSchema = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
32
|
+
/** @internal */
|
|
33
|
+
exports.ArticlesExportRequest$inboundSchema = z.object({
|
|
34
|
+
organization_id: z.string(),
|
|
35
|
+
}).transform((v) => {
|
|
36
|
+
return (0, primitives_js_1.remap)(v, {
|
|
37
|
+
"organization_id": "organizationId",
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
/** @internal */
|
|
41
|
+
exports.ArticlesExportRequest$outboundSchema = z.object({
|
|
42
|
+
organizationId: z.string(),
|
|
43
|
+
}).transform((v) => {
|
|
44
|
+
return (0, primitives_js_1.remap)(v, {
|
|
45
|
+
organizationId: "organization_id",
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
51
|
+
*/
|
|
52
|
+
var ArticlesExportRequest$;
|
|
53
|
+
(function (ArticlesExportRequest$) {
|
|
54
|
+
/** @deprecated use `ArticlesExportRequest$inboundSchema` instead. */
|
|
55
|
+
ArticlesExportRequest$.inboundSchema = exports.ArticlesExportRequest$inboundSchema;
|
|
56
|
+
/** @deprecated use `ArticlesExportRequest$outboundSchema` instead. */
|
|
57
|
+
ArticlesExportRequest$.outboundSchema = exports.ArticlesExportRequest$outboundSchema;
|
|
58
|
+
})(ArticlesExportRequest$ || (exports.ArticlesExportRequest$ = ArticlesExportRequest$ = {}));
|
|
59
|
+
//# sourceMappingURL=articlesexport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"articlesexport.js","sourceRoot":"","sources":["../../src/models/operations/articlesexport.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAM1D,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;KACpC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
|
|
@@ -13,10 +13,6 @@ export type BenefitsCreateBenefitCreate = (components.BenefitAdsCreate & {
|
|
|
13
13
|
}) | (components.BenefitCustomCreate & {
|
|
14
14
|
type: "custom";
|
|
15
15
|
});
|
|
16
|
-
/**
|
|
17
|
-
* Benefit created.
|
|
18
|
-
*/
|
|
19
|
-
export type BenefitsCreateResponseBenefitsCreate = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
|
|
20
16
|
/** @internal */
|
|
21
17
|
export declare const BenefitsCreateBenefitCreate$inboundSchema: z.ZodType<BenefitsCreateBenefitCreate, z.ZodTypeDef, unknown>;
|
|
22
18
|
/** @internal */
|
|
@@ -47,22 +43,4 @@ export declare namespace BenefitsCreateBenefitCreate$ {
|
|
|
47
43
|
/** @deprecated use `BenefitsCreateBenefitCreate$Outbound` instead. */
|
|
48
44
|
type Outbound = BenefitsCreateBenefitCreate$Outbound;
|
|
49
45
|
}
|
|
50
|
-
/** @internal */
|
|
51
|
-
export declare const BenefitsCreateResponseBenefitsCreate$inboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate, z.ZodTypeDef, unknown>;
|
|
52
|
-
/** @internal */
|
|
53
|
-
export type BenefitsCreateResponseBenefitsCreate$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
|
|
54
|
-
/** @internal */
|
|
55
|
-
export declare const BenefitsCreateResponseBenefitsCreate$outboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate$Outbound, z.ZodTypeDef, BenefitsCreateResponseBenefitsCreate>;
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
-
*/
|
|
60
|
-
export declare namespace BenefitsCreateResponseBenefitsCreate$ {
|
|
61
|
-
/** @deprecated use `BenefitsCreateResponseBenefitsCreate$inboundSchema` instead. */
|
|
62
|
-
const inboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate, z.ZodTypeDef, unknown>;
|
|
63
|
-
/** @deprecated use `BenefitsCreateResponseBenefitsCreate$outboundSchema` instead. */
|
|
64
|
-
const outboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate$Outbound, z.ZodTypeDef, BenefitsCreateResponseBenefitsCreate>;
|
|
65
|
-
/** @deprecated use `BenefitsCreateResponseBenefitsCreate$Outbound` instead. */
|
|
66
|
-
type Outbound = BenefitsCreateResponseBenefitsCreate$Outbound;
|
|
67
|
-
}
|
|
68
46
|
//# sourceMappingURL=benefitscreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefitscreate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,CAAC,UAAU,CAAC,gBAAgB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC,GAC/C,CAAC,UAAU,CAAC,oBAAoB,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC,GACvD,CAAC,UAAU,CAAC,6BAA6B,GAAG;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,GAC1E,CAAC,UAAU,CAAC,0BAA0B,GAAG;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,GACnE,CAAC,UAAU,CAAC,wBAAwB,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC,GAChE,CAAC,UAAU,CAAC,mBAAmB,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAE1D
|
|
1
|
+
{"version":3,"file":"benefitscreate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,CAAC,UAAU,CAAC,gBAAgB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC,GAC/C,CAAC,UAAU,CAAC,oBAAoB,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC,GACvD,CAAC,UAAU,CAAC,6BAA6B,GAAG;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,GAC1E,CAAC,UAAU,CAAC,0BAA0B,GAAG;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,GACnE,CAAC,UAAU,CAAC,wBAAwB,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC,GAChE,CAAC,UAAU,CAAC,mBAAmB,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAE1D,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CA8BP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,CAAC,UAAU,CAAC,yBAAyB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC,GACxD,CAAC,UAAU,CAAC,6BAA6B,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC,GAChE,CAAC,UAAU,CAAC,sCAAsC,GAAG;IACrD,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC,GACA,CAAC,UAAU,CAAC,mCAAmC,GAAG;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,GAC5E,CAAC,UAAU,CAAC,iCAAiC,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC,GACzE,CAAC,UAAU,CAAC,4BAA4B,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAEnE,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CA8B3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D"}
|
|
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.BenefitsCreateBenefitCreate$ = exports.BenefitsCreateBenefitCreate$outboundSchema = exports.BenefitsCreateBenefitCreate$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
const components = __importStar(require("../components/index.js"));
|
|
32
32
|
/** @internal */
|
|
@@ -78,35 +78,4 @@ var BenefitsCreateBenefitCreate$;
|
|
|
78
78
|
/** @deprecated use `BenefitsCreateBenefitCreate$outboundSchema` instead. */
|
|
79
79
|
BenefitsCreateBenefitCreate$.outboundSchema = exports.BenefitsCreateBenefitCreate$outboundSchema;
|
|
80
80
|
})(BenefitsCreateBenefitCreate$ || (exports.BenefitsCreateBenefitCreate$ = BenefitsCreateBenefitCreate$ = {}));
|
|
81
|
-
/** @internal */
|
|
82
|
-
exports.BenefitsCreateResponseBenefitsCreate$inboundSchema = z.union([
|
|
83
|
-
components.BenefitArticles$inboundSchema,
|
|
84
|
-
components.BenefitAds$inboundSchema,
|
|
85
|
-
components.BenefitDiscord$inboundSchema,
|
|
86
|
-
components.BenefitGitHubRepository$inboundSchema,
|
|
87
|
-
components.BenefitDownloadables$inboundSchema,
|
|
88
|
-
components.BenefitLicenseKeys$inboundSchema,
|
|
89
|
-
components.BenefitCustom$inboundSchema,
|
|
90
|
-
]);
|
|
91
|
-
/** @internal */
|
|
92
|
-
exports.BenefitsCreateResponseBenefitsCreate$outboundSchema = z.union([
|
|
93
|
-
components.BenefitArticles$outboundSchema,
|
|
94
|
-
components.BenefitAds$outboundSchema,
|
|
95
|
-
components.BenefitDiscord$outboundSchema,
|
|
96
|
-
components.BenefitGitHubRepository$outboundSchema,
|
|
97
|
-
components.BenefitDownloadables$outboundSchema,
|
|
98
|
-
components.BenefitLicenseKeys$outboundSchema,
|
|
99
|
-
components.BenefitCustom$outboundSchema,
|
|
100
|
-
]);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
104
|
-
*/
|
|
105
|
-
var BenefitsCreateResponseBenefitsCreate$;
|
|
106
|
-
(function (BenefitsCreateResponseBenefitsCreate$) {
|
|
107
|
-
/** @deprecated use `BenefitsCreateResponseBenefitsCreate$inboundSchema` instead. */
|
|
108
|
-
BenefitsCreateResponseBenefitsCreate$.inboundSchema = exports.BenefitsCreateResponseBenefitsCreate$inboundSchema;
|
|
109
|
-
/** @deprecated use `BenefitsCreateResponseBenefitsCreate$outboundSchema` instead. */
|
|
110
|
-
BenefitsCreateResponseBenefitsCreate$.outboundSchema = exports.BenefitsCreateResponseBenefitsCreate$outboundSchema;
|
|
111
|
-
})(BenefitsCreateResponseBenefitsCreate$ || (exports.BenefitsCreateResponseBenefitsCreate$ = BenefitsCreateResponseBenefitsCreate$ = {}));
|
|
112
81
|
//# sourceMappingURL=benefitscreate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefitscreate.js","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,mEAAqD;
|
|
1
|
+
{"version":3,"file":"benefitscreate.js","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import * as components from "../components/index.js";
|
|
3
2
|
export type BenefitsGetRequest = {
|
|
4
3
|
id: string;
|
|
5
4
|
};
|
|
6
|
-
/**
|
|
7
|
-
* Successful Response
|
|
8
|
-
*/
|
|
9
|
-
export type BenefitsGetResponseBenefitsGet = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
|
|
10
5
|
/** @internal */
|
|
11
6
|
export declare const BenefitsGetRequest$inboundSchema: z.ZodType<BenefitsGetRequest, z.ZodTypeDef, unknown>;
|
|
12
7
|
/** @internal */
|
|
@@ -27,22 +22,4 @@ export declare namespace BenefitsGetRequest$ {
|
|
|
27
22
|
/** @deprecated use `BenefitsGetRequest$Outbound` instead. */
|
|
28
23
|
type Outbound = BenefitsGetRequest$Outbound;
|
|
29
24
|
}
|
|
30
|
-
/** @internal */
|
|
31
|
-
export declare const BenefitsGetResponseBenefitsGet$inboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet, z.ZodTypeDef, unknown>;
|
|
32
|
-
/** @internal */
|
|
33
|
-
export type BenefitsGetResponseBenefitsGet$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
|
|
34
|
-
/** @internal */
|
|
35
|
-
export declare const BenefitsGetResponseBenefitsGet$outboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet$Outbound, z.ZodTypeDef, BenefitsGetResponseBenefitsGet>;
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
39
|
-
*/
|
|
40
|
-
export declare namespace BenefitsGetResponseBenefitsGet$ {
|
|
41
|
-
/** @deprecated use `BenefitsGetResponseBenefitsGet$inboundSchema` instead. */
|
|
42
|
-
const inboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet, z.ZodTypeDef, unknown>;
|
|
43
|
-
/** @deprecated use `BenefitsGetResponseBenefitsGet$outboundSchema` instead. */
|
|
44
|
-
const outboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet$Outbound, z.ZodTypeDef, BenefitsGetResponseBenefitsGet>;
|
|
45
|
-
/** @deprecated use `BenefitsGetResponseBenefitsGet$Outbound` instead. */
|
|
46
|
-
type Outbound = BenefitsGetResponseBenefitsGet$Outbound;
|
|
47
|
-
}
|
|
48
25
|
//# sourceMappingURL=benefitsget.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefitsget.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"benefitsget.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAGlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD"}
|
|
@@ -26,9 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.BenefitsGetRequest$ = exports.BenefitsGetRequest$outboundSchema = exports.BenefitsGetRequest$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
|
-
const components = __importStar(require("../components/index.js"));
|
|
32
31
|
/** @internal */
|
|
33
32
|
exports.BenefitsGetRequest$inboundSchema = z.object({
|
|
34
33
|
id: z.string(),
|
|
@@ -48,35 +47,4 @@ var BenefitsGetRequest$;
|
|
|
48
47
|
/** @deprecated use `BenefitsGetRequest$outboundSchema` instead. */
|
|
49
48
|
BenefitsGetRequest$.outboundSchema = exports.BenefitsGetRequest$outboundSchema;
|
|
50
49
|
})(BenefitsGetRequest$ || (exports.BenefitsGetRequest$ = BenefitsGetRequest$ = {}));
|
|
51
|
-
/** @internal */
|
|
52
|
-
exports.BenefitsGetResponseBenefitsGet$inboundSchema = z.union([
|
|
53
|
-
components.BenefitArticles$inboundSchema,
|
|
54
|
-
components.BenefitAds$inboundSchema,
|
|
55
|
-
components.BenefitDiscord$inboundSchema,
|
|
56
|
-
components.BenefitGitHubRepository$inboundSchema,
|
|
57
|
-
components.BenefitDownloadables$inboundSchema,
|
|
58
|
-
components.BenefitLicenseKeys$inboundSchema,
|
|
59
|
-
components.BenefitCustom$inboundSchema,
|
|
60
|
-
]);
|
|
61
|
-
/** @internal */
|
|
62
|
-
exports.BenefitsGetResponseBenefitsGet$outboundSchema = z.union([
|
|
63
|
-
components.BenefitArticles$outboundSchema,
|
|
64
|
-
components.BenefitAds$outboundSchema,
|
|
65
|
-
components.BenefitDiscord$outboundSchema,
|
|
66
|
-
components.BenefitGitHubRepository$outboundSchema,
|
|
67
|
-
components.BenefitDownloadables$outboundSchema,
|
|
68
|
-
components.BenefitLicenseKeys$outboundSchema,
|
|
69
|
-
components.BenefitCustom$outboundSchema,
|
|
70
|
-
]);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
-
*/
|
|
75
|
-
var BenefitsGetResponseBenefitsGet$;
|
|
76
|
-
(function (BenefitsGetResponseBenefitsGet$) {
|
|
77
|
-
/** @deprecated use `BenefitsGetResponseBenefitsGet$inboundSchema` instead. */
|
|
78
|
-
BenefitsGetResponseBenefitsGet$.inboundSchema = exports.BenefitsGetResponseBenefitsGet$inboundSchema;
|
|
79
|
-
/** @deprecated use `BenefitsGetResponseBenefitsGet$outboundSchema` instead. */
|
|
80
|
-
BenefitsGetResponseBenefitsGet$.outboundSchema = exports.BenefitsGetResponseBenefitsGet$outboundSchema;
|
|
81
|
-
})(BenefitsGetResponseBenefitsGet$ || (exports.BenefitsGetResponseBenefitsGet$ = BenefitsGetResponseBenefitsGet$ = {}));
|
|
82
50
|
//# sourceMappingURL=benefitsget.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefitsget.js","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;
|
|
1
|
+
{"version":3,"file":"benefitsget.js","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAGlE,CAAC,EAPgB,mBAAmB,mCAAnB,mBAAmB,QAOnC"}
|
|
@@ -5,10 +5,6 @@ export type BenefitsUpdateRequest = {
|
|
|
5
5
|
id: string;
|
|
6
6
|
requestBody: components.BenefitArticlesUpdate | components.BenefitAdsUpdate | components.BenefitCustomUpdate | components.BenefitDiscordUpdate | components.BenefitGitHubRepositoryUpdate | components.BenefitDownloadablesUpdate | components.BenefitLicenseKeysUpdate;
|
|
7
7
|
};
|
|
8
|
-
/**
|
|
9
|
-
* Benefit updated.
|
|
10
|
-
*/
|
|
11
|
-
export type BenefitsUpdateResponseBenefitsUpdate = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
|
|
12
8
|
/** @internal */
|
|
13
9
|
export declare const BenefitsUpdateBenefitUpdate$inboundSchema: z.ZodType<BenefitsUpdateBenefitUpdate, z.ZodTypeDef, unknown>;
|
|
14
10
|
/** @internal */
|
|
@@ -48,22 +44,4 @@ export declare namespace BenefitsUpdateRequest$ {
|
|
|
48
44
|
/** @deprecated use `BenefitsUpdateRequest$Outbound` instead. */
|
|
49
45
|
type Outbound = BenefitsUpdateRequest$Outbound;
|
|
50
46
|
}
|
|
51
|
-
/** @internal */
|
|
52
|
-
export declare const BenefitsUpdateResponseBenefitsUpdate$inboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate, z.ZodTypeDef, unknown>;
|
|
53
|
-
/** @internal */
|
|
54
|
-
export type BenefitsUpdateResponseBenefitsUpdate$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
|
|
55
|
-
/** @internal */
|
|
56
|
-
export declare const BenefitsUpdateResponseBenefitsUpdate$outboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate$Outbound, z.ZodTypeDef, BenefitsUpdateResponseBenefitsUpdate>;
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
-
*/
|
|
61
|
-
export declare namespace BenefitsUpdateResponseBenefitsUpdate$ {
|
|
62
|
-
/** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$inboundSchema` instead. */
|
|
63
|
-
const inboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate, z.ZodTypeDef, unknown>;
|
|
64
|
-
/** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$outboundSchema` instead. */
|
|
65
|
-
const outboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate$Outbound, z.ZodTypeDef, BenefitsUpdateResponseBenefitsUpdate>;
|
|
66
|
-
/** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$Outbound` instead. */
|
|
67
|
-
type Outbound = BenefitsUpdateResponseBenefitsUpdate$Outbound;
|
|
68
|
-
}
|
|
69
47
|
//# sourceMappingURL=benefitsupdate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benefitsupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;AAExC,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EACP,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;CACzC,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"benefitsupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;AAExC,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EACP,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,iCAAiC,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAS3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EACP,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,iCAAiC,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAgBrB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD"}
|