@humanlayer/pulumi-stripe 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/README.md +4 -0
  2. package/bin/billingMeter.d.ts +130 -0
  3. package/bin/billingMeter.js +72 -0
  4. package/bin/billingMeter.js.map +1 -0
  5. package/bin/config/index.d.ts +1 -0
  6. package/bin/config/index.js +21 -0
  7. package/bin/config/index.js.map +1 -0
  8. package/bin/config/vars.d.ts +4 -0
  9. package/bin/config/vars.js +13 -0
  10. package/bin/config/vars.js.map +1 -0
  11. package/bin/coupon.d.ts +203 -0
  12. package/bin/coupon.js +77 -0
  13. package/bin/coupon.js.map +1 -0
  14. package/bin/customer.d.ts +248 -0
  15. package/bin/customer.js +93 -0
  16. package/bin/customer.js.map +1 -0
  17. package/bin/entitlementsFeature.d.ts +86 -0
  18. package/bin/entitlementsFeature.js +58 -0
  19. package/bin/entitlementsFeature.js.map +1 -0
  20. package/bin/getBillingMeter.d.ts +26 -0
  21. package/bin/getBillingMeter.js +25 -0
  22. package/bin/getBillingMeter.js.map +1 -0
  23. package/bin/index.d.ts +64 -0
  24. package/bin/index.js +145 -0
  25. package/bin/index.js.map +1 -0
  26. package/bin/price.d.ts +232 -0
  27. package/bin/price.js +82 -0
  28. package/bin/price.js.map +1 -0
  29. package/bin/product.d.ts +212 -0
  30. package/bin/product.js +75 -0
  31. package/bin/product.js.map +1 -0
  32. package/bin/promotionCode.d.ts +160 -0
  33. package/bin/promotionCode.js +70 -0
  34. package/bin/promotionCode.js.map +1 -0
  35. package/bin/provider.d.ts +49 -0
  36. package/bin/provider.js +55 -0
  37. package/bin/provider.js.map +1 -0
  38. package/bin/shippingRate.d.ts +136 -0
  39. package/bin/shippingRate.js +66 -0
  40. package/bin/shippingRate.js.map +1 -0
  41. package/bin/taxRate.d.ts +186 -0
  42. package/bin/taxRate.js +82 -0
  43. package/bin/taxRate.js.map +1 -0
  44. package/bin/types/index.d.ts +3 -0
  45. package/bin/types/index.js +11 -0
  46. package/bin/types/index.js.map +1 -0
  47. package/bin/types/input.d.ts +713 -0
  48. package/bin/types/input.js +5 -0
  49. package/bin/types/input.js.map +1 -0
  50. package/bin/types/output.d.ts +712 -0
  51. package/bin/types/output.js +5 -0
  52. package/bin/types/output.js.map +1 -0
  53. package/bin/utilities.d.ts +4 -0
  54. package/bin/utilities.js +90 -0
  55. package/bin/utilities.js.map +1 -0
  56. package/bin/v2billingLicenseFee.d.ts +200 -0
  57. package/bin/v2billingLicenseFee.js +93 -0
  58. package/bin/v2billingLicenseFee.js.map +1 -0
  59. package/bin/v2billingLicensedItem.d.ts +90 -0
  60. package/bin/v2billingLicensedItem.js +58 -0
  61. package/bin/v2billingLicensedItem.js.map +1 -0
  62. package/bin/v2billingMeteredItem.d.ts +128 -0
  63. package/bin/v2billingMeteredItem.js +67 -0
  64. package/bin/v2billingMeteredItem.js.map +1 -0
  65. package/bin/v2billingPricingPlan.d.ts +138 -0
  66. package/bin/v2billingPricingPlan.js +74 -0
  67. package/bin/v2billingPricingPlan.js.map +1 -0
  68. package/bin/v2billingPricingPlanComponent.d.ts +144 -0
  69. package/bin/v2billingPricingPlanComponent.js +71 -0
  70. package/bin/v2billingPricingPlanComponent.js.map +1 -0
  71. package/bin/v2billingRateCard.d.ts +150 -0
  72. package/bin/v2billingRateCard.js +82 -0
  73. package/bin/v2billingRateCard.js.map +1 -0
  74. package/bin/v2billingRateCardRate.d.ts +132 -0
  75. package/bin/v2billingRateCardRate.js +69 -0
  76. package/bin/v2billingRateCardRate.js.map +1 -0
  77. package/bin/v2billingServiceAction.d.ts +98 -0
  78. package/bin/v2billingServiceAction.js +66 -0
  79. package/bin/v2billingServiceAction.js.map +1 -0
  80. package/bin/v2coreEventDestination.d.ts +172 -0
  81. package/bin/v2coreEventDestination.js +78 -0
  82. package/bin/v2coreEventDestination.js.map +1 -0
  83. package/bin/webhookEndpoint.d.ts +120 -0
  84. package/bin/webhookEndpoint.js +73 -0
  85. package/bin/webhookEndpoint.js.map +1 -0
  86. package/package.json +42 -0
@@ -0,0 +1,248 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class Customer extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing Customer resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomerState, opts?: pulumi.CustomResourceOptions): Customer;
15
+ /**
16
+ * Returns true if the given object is an instance of Customer. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is Customer;
20
+ readonly address: pulumi.Output<outputs.CustomerAddress | undefined>;
21
+ /**
22
+ * An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
23
+ */
24
+ readonly balance: pulumi.Output<number>;
25
+ readonly businessName: pulumi.Output<string>;
26
+ /**
27
+ * Balance information and default balance settings for this customer.
28
+ */
29
+ readonly cashBalance: pulumi.Output<outputs.CustomerCashBalance | undefined>;
30
+ /**
31
+ * Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) the customer can be charged in for recurring billing purposes.
32
+ */
33
+ readonly currency: pulumi.Output<string>;
34
+ readonly customerAccount: pulumi.Output<string>;
35
+ /**
36
+ * Tracks the most recent state change on any invoice belonging to the customer. Paying an invoice or marking it uncollectible via the API will set this field to false. An automatic payment failure or passing the `invoice.due_date` will set this field to `true`. If an invoice becomes uncollectible by [dunning](https://stripe.com/docs/billing/automatic-collection), `delinquent` doesn't reset to `false`. If you care whether the customer has paid their most recent subscription invoice, use `subscription.status` instead. Paying or marking uncollectible any customer invoice regardless of whether it is the latest invoice for a subscription will always set this field to `false`.
37
+ */
38
+ readonly delinquent: pulumi.Output<boolean>;
39
+ /**
40
+ * An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
41
+ */
42
+ readonly description: pulumi.Output<string>;
43
+ /**
44
+ * Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to *512 characters*.
45
+ */
46
+ readonly email: pulumi.Output<string>;
47
+ readonly individualName: pulumi.Output<string>;
48
+ /**
49
+ * The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
50
+ */
51
+ readonly invoicePrefix: pulumi.Output<string>;
52
+ /**
53
+ * Default invoice settings for this customer.
54
+ */
55
+ readonly invoiceSettings: pulumi.Output<outputs.CustomerInvoiceSettings | undefined>;
56
+ readonly metadata: pulumi.Output<{
57
+ [key: string]: string;
58
+ }>;
59
+ /**
60
+ * The customer's full name or business name.
61
+ */
62
+ readonly name: pulumi.Output<string>;
63
+ /**
64
+ * The sequence to be used on the customer's next invoice. Defaults to 1.
65
+ */
66
+ readonly nextInvoiceSequence: pulumi.Output<number>;
67
+ readonly paymentMethod: pulumi.Output<string | undefined>;
68
+ /**
69
+ * The customer's phone number.
70
+ */
71
+ readonly phone: pulumi.Output<string>;
72
+ /**
73
+ * Customer's preferred languages, ordered by preference.
74
+ */
75
+ readonly preferredLocales: pulumi.Output<string[] | undefined>;
76
+ readonly shipping: pulumi.Output<outputs.CustomerShipping | undefined>;
77
+ /**
78
+ * Tax details about the customer.
79
+ */
80
+ readonly tax: pulumi.Output<outputs.CustomerTax | undefined>;
81
+ /**
82
+ * The customer's tax exemption. One of `none`, `exempt`, or `reverse`.
83
+ */
84
+ readonly taxExempt: pulumi.Output<string>;
85
+ /**
86
+ * The customer's tax IDs.
87
+ */
88
+ readonly taxIdDatas: pulumi.Output<outputs.CustomerTaxIdData[] | undefined>;
89
+ /**
90
+ * ID of the test clock to attach to the customer.
91
+ */
92
+ readonly testClock: pulumi.Output<string>;
93
+ /**
94
+ * Create a Customer resource with the given unique name, arguments, and options.
95
+ *
96
+ * @param name The _unique_ name of the resource.
97
+ * @param args The arguments to use to populate this resource's properties.
98
+ * @param opts A bag of options that control this resource's behavior.
99
+ */
100
+ constructor(name: string, args?: CustomerArgs, opts?: pulumi.CustomResourceOptions);
101
+ }
102
+ /**
103
+ * Input properties used for looking up and filtering Customer resources.
104
+ */
105
+ export interface CustomerState {
106
+ address?: pulumi.Input<inputs.CustomerAddress>;
107
+ /**
108
+ * An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
109
+ */
110
+ balance?: pulumi.Input<number>;
111
+ businessName?: pulumi.Input<string>;
112
+ /**
113
+ * Balance information and default balance settings for this customer.
114
+ */
115
+ cashBalance?: pulumi.Input<inputs.CustomerCashBalance>;
116
+ /**
117
+ * Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) the customer can be charged in for recurring billing purposes.
118
+ */
119
+ currency?: pulumi.Input<string>;
120
+ customerAccount?: pulumi.Input<string>;
121
+ /**
122
+ * Tracks the most recent state change on any invoice belonging to the customer. Paying an invoice or marking it uncollectible via the API will set this field to false. An automatic payment failure or passing the `invoice.due_date` will set this field to `true`. If an invoice becomes uncollectible by [dunning](https://stripe.com/docs/billing/automatic-collection), `delinquent` doesn't reset to `false`. If you care whether the customer has paid their most recent subscription invoice, use `subscription.status` instead. Paying or marking uncollectible any customer invoice regardless of whether it is the latest invoice for a subscription will always set this field to `false`.
123
+ */
124
+ delinquent?: pulumi.Input<boolean>;
125
+ /**
126
+ * An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
127
+ */
128
+ description?: pulumi.Input<string>;
129
+ /**
130
+ * Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to *512 characters*.
131
+ */
132
+ email?: pulumi.Input<string>;
133
+ individualName?: pulumi.Input<string>;
134
+ /**
135
+ * The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
136
+ */
137
+ invoicePrefix?: pulumi.Input<string>;
138
+ /**
139
+ * Default invoice settings for this customer.
140
+ */
141
+ invoiceSettings?: pulumi.Input<inputs.CustomerInvoiceSettings>;
142
+ metadata?: pulumi.Input<{
143
+ [key: string]: pulumi.Input<string>;
144
+ }>;
145
+ /**
146
+ * The customer's full name or business name.
147
+ */
148
+ name?: pulumi.Input<string>;
149
+ /**
150
+ * The sequence to be used on the customer's next invoice. Defaults to 1.
151
+ */
152
+ nextInvoiceSequence?: pulumi.Input<number>;
153
+ paymentMethod?: pulumi.Input<string>;
154
+ /**
155
+ * The customer's phone number.
156
+ */
157
+ phone?: pulumi.Input<string>;
158
+ /**
159
+ * Customer's preferred languages, ordered by preference.
160
+ */
161
+ preferredLocales?: pulumi.Input<pulumi.Input<string>[]>;
162
+ shipping?: pulumi.Input<inputs.CustomerShipping>;
163
+ /**
164
+ * Tax details about the customer.
165
+ */
166
+ tax?: pulumi.Input<inputs.CustomerTax>;
167
+ /**
168
+ * The customer's tax exemption. One of `none`, `exempt`, or `reverse`.
169
+ */
170
+ taxExempt?: pulumi.Input<string>;
171
+ /**
172
+ * The customer's tax IDs.
173
+ */
174
+ taxIdDatas?: pulumi.Input<pulumi.Input<inputs.CustomerTaxIdData>[]>;
175
+ /**
176
+ * ID of the test clock to attach to the customer.
177
+ */
178
+ testClock?: pulumi.Input<string>;
179
+ }
180
+ /**
181
+ * The set of arguments for constructing a Customer resource.
182
+ */
183
+ export interface CustomerArgs {
184
+ address?: pulumi.Input<inputs.CustomerAddress>;
185
+ /**
186
+ * An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
187
+ */
188
+ balance?: pulumi.Input<number>;
189
+ businessName?: pulumi.Input<string>;
190
+ /**
191
+ * Balance information and default balance settings for this customer.
192
+ */
193
+ cashBalance?: pulumi.Input<inputs.CustomerCashBalance>;
194
+ /**
195
+ * An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
196
+ */
197
+ description?: pulumi.Input<string>;
198
+ /**
199
+ * Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to *512 characters*.
200
+ */
201
+ email?: pulumi.Input<string>;
202
+ individualName?: pulumi.Input<string>;
203
+ /**
204
+ * The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
205
+ */
206
+ invoicePrefix?: pulumi.Input<string>;
207
+ /**
208
+ * Default invoice settings for this customer.
209
+ */
210
+ invoiceSettings?: pulumi.Input<inputs.CustomerInvoiceSettings>;
211
+ metadata?: pulumi.Input<{
212
+ [key: string]: pulumi.Input<string>;
213
+ }>;
214
+ /**
215
+ * The customer's full name or business name.
216
+ */
217
+ name?: pulumi.Input<string>;
218
+ /**
219
+ * The sequence to be used on the customer's next invoice. Defaults to 1.
220
+ */
221
+ nextInvoiceSequence?: pulumi.Input<number>;
222
+ paymentMethod?: pulumi.Input<string>;
223
+ /**
224
+ * The customer's phone number.
225
+ */
226
+ phone?: pulumi.Input<string>;
227
+ /**
228
+ * Customer's preferred languages, ordered by preference.
229
+ */
230
+ preferredLocales?: pulumi.Input<pulumi.Input<string>[]>;
231
+ shipping?: pulumi.Input<inputs.CustomerShipping>;
232
+ /**
233
+ * Tax details about the customer.
234
+ */
235
+ tax?: pulumi.Input<inputs.CustomerTax>;
236
+ /**
237
+ * The customer's tax exemption. One of `none`, `exempt`, or `reverse`.
238
+ */
239
+ taxExempt?: pulumi.Input<string>;
240
+ /**
241
+ * The customer's tax IDs.
242
+ */
243
+ taxIdDatas?: pulumi.Input<pulumi.Input<inputs.CustomerTaxIdData>[]>;
244
+ /**
245
+ * ID of the test clock to attach to the customer.
246
+ */
247
+ testClock?: pulumi.Input<string>;
248
+ }
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Customer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class Customer extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Customer resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new Customer(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of Customer. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === Customer.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["address"] = state?.address;
37
+ resourceInputs["balance"] = state?.balance;
38
+ resourceInputs["businessName"] = state?.businessName;
39
+ resourceInputs["cashBalance"] = state?.cashBalance;
40
+ resourceInputs["currency"] = state?.currency;
41
+ resourceInputs["customerAccount"] = state?.customerAccount;
42
+ resourceInputs["delinquent"] = state?.delinquent;
43
+ resourceInputs["description"] = state?.description;
44
+ resourceInputs["email"] = state?.email;
45
+ resourceInputs["individualName"] = state?.individualName;
46
+ resourceInputs["invoicePrefix"] = state?.invoicePrefix;
47
+ resourceInputs["invoiceSettings"] = state?.invoiceSettings;
48
+ resourceInputs["metadata"] = state?.metadata;
49
+ resourceInputs["name"] = state?.name;
50
+ resourceInputs["nextInvoiceSequence"] = state?.nextInvoiceSequence;
51
+ resourceInputs["paymentMethod"] = state?.paymentMethod;
52
+ resourceInputs["phone"] = state?.phone;
53
+ resourceInputs["preferredLocales"] = state?.preferredLocales;
54
+ resourceInputs["shipping"] = state?.shipping;
55
+ resourceInputs["tax"] = state?.tax;
56
+ resourceInputs["taxExempt"] = state?.taxExempt;
57
+ resourceInputs["taxIdDatas"] = state?.taxIdDatas;
58
+ resourceInputs["testClock"] = state?.testClock;
59
+ }
60
+ else {
61
+ const args = argsOrState;
62
+ resourceInputs["address"] = args?.address;
63
+ resourceInputs["balance"] = args?.balance;
64
+ resourceInputs["businessName"] = args?.businessName;
65
+ resourceInputs["cashBalance"] = args?.cashBalance;
66
+ resourceInputs["description"] = args?.description;
67
+ resourceInputs["email"] = args?.email;
68
+ resourceInputs["individualName"] = args?.individualName;
69
+ resourceInputs["invoicePrefix"] = args?.invoicePrefix;
70
+ resourceInputs["invoiceSettings"] = args?.invoiceSettings;
71
+ resourceInputs["metadata"] = args?.metadata;
72
+ resourceInputs["name"] = args?.name;
73
+ resourceInputs["nextInvoiceSequence"] = args?.nextInvoiceSequence;
74
+ resourceInputs["paymentMethod"] = args?.paymentMethod;
75
+ resourceInputs["phone"] = args?.phone;
76
+ resourceInputs["preferredLocales"] = args?.preferredLocales;
77
+ resourceInputs["shipping"] = args?.shipping;
78
+ resourceInputs["tax"] = args?.tax;
79
+ resourceInputs["taxExempt"] = args?.taxExempt;
80
+ resourceInputs["taxIdDatas"] = args?.taxIdDatas;
81
+ resourceInputs["testClock"] = args?.testClock;
82
+ resourceInputs["currency"] = undefined /*out*/;
83
+ resourceInputs["customerAccount"] = undefined /*out*/;
84
+ resourceInputs["delinquent"] = undefined /*out*/;
85
+ }
86
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
87
+ super(Customer.__pulumiType, name, resourceInputs, opts);
88
+ }
89
+ }
90
+ exports.Customer = Customer;
91
+ /** @internal */
92
+ Customer.__pulumiType = 'stripe:index/customer:Customer';
93
+ //# sourceMappingURL=customer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer.js","sourceRoot":"","sources":["../customer.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,86 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class EntitlementsFeature extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing EntitlementsFeature resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EntitlementsFeatureState, opts?: pulumi.CustomResourceOptions): EntitlementsFeature;
13
+ /**
14
+ * Returns true if the given object is an instance of EntitlementsFeature. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is EntitlementsFeature;
18
+ /**
19
+ * Inactive features cannot be attached to new products and will not be returned from the features list endpoint.
20
+ */
21
+ readonly active: pulumi.Output<boolean>;
22
+ /**
23
+ * A unique key you provide as your own system identifier. This may be up to 80 characters.
24
+ */
25
+ readonly lookupKey: pulumi.Output<string>;
26
+ /**
27
+ * Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
28
+ */
29
+ readonly metadata: pulumi.Output<{
30
+ [key: string]: string;
31
+ }>;
32
+ /**
33
+ * The feature's name, for your own purpose, not meant to be displayable to the customer.
34
+ */
35
+ readonly name: pulumi.Output<string>;
36
+ /**
37
+ * Create a EntitlementsFeature resource with the given unique name, arguments, and options.
38
+ *
39
+ * @param name The _unique_ name of the resource.
40
+ * @param args The arguments to use to populate this resource's properties.
41
+ * @param opts A bag of options that control this resource's behavior.
42
+ */
43
+ constructor(name: string, args: EntitlementsFeatureArgs, opts?: pulumi.CustomResourceOptions);
44
+ }
45
+ /**
46
+ * Input properties used for looking up and filtering EntitlementsFeature resources.
47
+ */
48
+ export interface EntitlementsFeatureState {
49
+ /**
50
+ * Inactive features cannot be attached to new products and will not be returned from the features list endpoint.
51
+ */
52
+ active?: pulumi.Input<boolean>;
53
+ /**
54
+ * A unique key you provide as your own system identifier. This may be up to 80 characters.
55
+ */
56
+ lookupKey?: pulumi.Input<string>;
57
+ /**
58
+ * Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
59
+ */
60
+ metadata?: pulumi.Input<{
61
+ [key: string]: pulumi.Input<string>;
62
+ }>;
63
+ /**
64
+ * The feature's name, for your own purpose, not meant to be displayable to the customer.
65
+ */
66
+ name?: pulumi.Input<string>;
67
+ }
68
+ /**
69
+ * The set of arguments for constructing a EntitlementsFeature resource.
70
+ */
71
+ export interface EntitlementsFeatureArgs {
72
+ /**
73
+ * A unique key you provide as your own system identifier. This may be up to 80 characters.
74
+ */
75
+ lookupKey: pulumi.Input<string>;
76
+ /**
77
+ * Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
78
+ */
79
+ metadata?: pulumi.Input<{
80
+ [key: string]: pulumi.Input<string>;
81
+ }>;
82
+ /**
83
+ * The feature's name, for your own purpose, not meant to be displayable to the customer.
84
+ */
85
+ name?: pulumi.Input<string>;
86
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.EntitlementsFeature = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class EntitlementsFeature extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing EntitlementsFeature resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new EntitlementsFeature(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of EntitlementsFeature. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === EntitlementsFeature.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["active"] = state?.active;
37
+ resourceInputs["lookupKey"] = state?.lookupKey;
38
+ resourceInputs["metadata"] = state?.metadata;
39
+ resourceInputs["name"] = state?.name;
40
+ }
41
+ else {
42
+ const args = argsOrState;
43
+ if (args?.lookupKey === undefined && !opts.urn) {
44
+ throw new Error("Missing required property 'lookupKey'");
45
+ }
46
+ resourceInputs["lookupKey"] = args?.lookupKey;
47
+ resourceInputs["metadata"] = args?.metadata;
48
+ resourceInputs["name"] = args?.name;
49
+ resourceInputs["active"] = undefined /*out*/;
50
+ }
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
52
+ super(EntitlementsFeature.__pulumiType, name, resourceInputs, opts);
53
+ }
54
+ }
55
+ exports.EntitlementsFeature = EntitlementsFeature;
56
+ /** @internal */
57
+ EntitlementsFeature.__pulumiType = 'stripe:index/entitlementsFeature:EntitlementsFeature';
58
+ //# sourceMappingURL=entitlementsFeature.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entitlementsFeature.js","sourceRoot":"","sources":["../entitlementsFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE,CAAC;YACV,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;QACzC,CAAC;aAAM,CAAC;YACJ,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;gBAC7C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;YAC7D,CAAC;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA1EL,kDA2EC;AA7DG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getBillingMeter(args?: GetBillingMeterArgs, opts?: pulumi.InvokeOptions): Promise<GetBillingMeterResult>;
3
+ /**
4
+ * A collection of arguments for invoking getBillingMeter.
5
+ */
6
+ export interface GetBillingMeterArgs {
7
+ eventName?: string;
8
+ id?: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getBillingMeter.
12
+ */
13
+ export interface GetBillingMeterResult {
14
+ readonly displayName: string;
15
+ readonly eventName: string;
16
+ readonly id: string;
17
+ readonly status: string;
18
+ }
19
+ export declare function getBillingMeterOutput(args?: GetBillingMeterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBillingMeterResult>;
20
+ /**
21
+ * A collection of arguments for invoking getBillingMeter.
22
+ */
23
+ export interface GetBillingMeterOutputArgs {
24
+ eventName?: pulumi.Input<string>;
25
+ id?: pulumi.Input<string>;
26
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBillingMeter = getBillingMeter;
6
+ exports.getBillingMeterOutput = getBillingMeterOutput;
7
+ const pulumi = require("@pulumi/pulumi");
8
+ const utilities = require("./utilities");
9
+ function getBillingMeter(args, opts) {
10
+ args = args || {};
11
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
12
+ return pulumi.runtime.invoke("stripe:index/getBillingMeter:getBillingMeter", {
13
+ "eventName": args.eventName,
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ function getBillingMeterOutput(args, opts) {
18
+ args = args || {};
19
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
20
+ return pulumi.runtime.invokeOutput("stripe:index/getBillingMeter:getBillingMeter", {
21
+ "eventName": args.eventName,
22
+ "id": args.id,
23
+ }, opts);
24
+ }
25
+ //# sourceMappingURL=getBillingMeter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBillingMeter.js","sourceRoot":"","sources":["../getBillingMeter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAKjF,0CAOC;AAmBD,sDAOC;AApCD,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAmBD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC"}
package/bin/index.d.ts ADDED
@@ -0,0 +1,64 @@
1
+ export { BillingMeterArgs, BillingMeterState } from "./billingMeter";
2
+ export type BillingMeter = import("./billingMeter").BillingMeter;
3
+ export declare const BillingMeter: typeof import("./billingMeter").BillingMeter;
4
+ export { CouponArgs, CouponState } from "./coupon";
5
+ export type Coupon = import("./coupon").Coupon;
6
+ export declare const Coupon: typeof import("./coupon").Coupon;
7
+ export { CustomerArgs, CustomerState } from "./customer";
8
+ export type Customer = import("./customer").Customer;
9
+ export declare const Customer: typeof import("./customer").Customer;
10
+ export { EntitlementsFeatureArgs, EntitlementsFeatureState } from "./entitlementsFeature";
11
+ export type EntitlementsFeature = import("./entitlementsFeature").EntitlementsFeature;
12
+ export declare const EntitlementsFeature: typeof import("./entitlementsFeature").EntitlementsFeature;
13
+ export { GetBillingMeterArgs, GetBillingMeterResult, GetBillingMeterOutputArgs } from "./getBillingMeter";
14
+ export declare const getBillingMeter: typeof import("./getBillingMeter").getBillingMeter;
15
+ export declare const getBillingMeterOutput: typeof import("./getBillingMeter").getBillingMeterOutput;
16
+ export { PriceArgs, PriceState } from "./price";
17
+ export type Price = import("./price").Price;
18
+ export declare const Price: typeof import("./price").Price;
19
+ export { ProductArgs, ProductState } from "./product";
20
+ export type Product = import("./product").Product;
21
+ export declare const Product: typeof import("./product").Product;
22
+ export { PromotionCodeArgs, PromotionCodeState } from "./promotionCode";
23
+ export type PromotionCode = import("./promotionCode").PromotionCode;
24
+ export declare const PromotionCode: typeof import("./promotionCode").PromotionCode;
25
+ export * from "./provider";
26
+ export { ShippingRateArgs, ShippingRateState } from "./shippingRate";
27
+ export type ShippingRate = import("./shippingRate").ShippingRate;
28
+ export declare const ShippingRate: typeof import("./shippingRate").ShippingRate;
29
+ export { TaxRateArgs, TaxRateState } from "./taxRate";
30
+ export type TaxRate = import("./taxRate").TaxRate;
31
+ export declare const TaxRate: typeof import("./taxRate").TaxRate;
32
+ export { V2BillingLicenseFeeArgs, V2BillingLicenseFeeState } from "./v2billingLicenseFee";
33
+ export type V2BillingLicenseFee = import("./v2billingLicenseFee").V2BillingLicenseFee;
34
+ export declare const V2BillingLicenseFee: typeof import("./v2billingLicenseFee").V2BillingLicenseFee;
35
+ export { V2BillingLicensedItemArgs, V2BillingLicensedItemState } from "./v2billingLicensedItem";
36
+ export type V2BillingLicensedItem = import("./v2billingLicensedItem").V2BillingLicensedItem;
37
+ export declare const V2BillingLicensedItem: typeof import("./v2billingLicensedItem").V2BillingLicensedItem;
38
+ export { V2BillingMeteredItemArgs, V2BillingMeteredItemState } from "./v2billingMeteredItem";
39
+ export type V2BillingMeteredItem = import("./v2billingMeteredItem").V2BillingMeteredItem;
40
+ export declare const V2BillingMeteredItem: typeof import("./v2billingMeteredItem").V2BillingMeteredItem;
41
+ export { V2BillingPricingPlanArgs, V2BillingPricingPlanState } from "./v2billingPricingPlan";
42
+ export type V2BillingPricingPlan = import("./v2billingPricingPlan").V2BillingPricingPlan;
43
+ export declare const V2BillingPricingPlan: typeof import("./v2billingPricingPlan").V2BillingPricingPlan;
44
+ export { V2BillingPricingPlanComponentArgs, V2BillingPricingPlanComponentState } from "./v2billingPricingPlanComponent";
45
+ export type V2BillingPricingPlanComponent = import("./v2billingPricingPlanComponent").V2BillingPricingPlanComponent;
46
+ export declare const V2BillingPricingPlanComponent: typeof import("./v2billingPricingPlanComponent").V2BillingPricingPlanComponent;
47
+ export { V2BillingRateCardArgs, V2BillingRateCardState } from "./v2billingRateCard";
48
+ export type V2BillingRateCard = import("./v2billingRateCard").V2BillingRateCard;
49
+ export declare const V2BillingRateCard: typeof import("./v2billingRateCard").V2BillingRateCard;
50
+ export { V2BillingRateCardRateArgs, V2BillingRateCardRateState } from "./v2billingRateCardRate";
51
+ export type V2BillingRateCardRate = import("./v2billingRateCardRate").V2BillingRateCardRate;
52
+ export declare const V2BillingRateCardRate: typeof import("./v2billingRateCardRate").V2BillingRateCardRate;
53
+ export { V2BillingServiceActionArgs, V2BillingServiceActionState } from "./v2billingServiceAction";
54
+ export type V2BillingServiceAction = import("./v2billingServiceAction").V2BillingServiceAction;
55
+ export declare const V2BillingServiceAction: typeof import("./v2billingServiceAction").V2BillingServiceAction;
56
+ export { V2CoreEventDestinationArgs, V2CoreEventDestinationState } from "./v2coreEventDestination";
57
+ export type V2CoreEventDestination = import("./v2coreEventDestination").V2CoreEventDestination;
58
+ export declare const V2CoreEventDestination: typeof import("./v2coreEventDestination").V2CoreEventDestination;
59
+ export { WebhookEndpointArgs, WebhookEndpointState } from "./webhookEndpoint";
60
+ export type WebhookEndpoint = import("./webhookEndpoint").WebhookEndpoint;
61
+ export declare const WebhookEndpoint: typeof import("./webhookEndpoint").WebhookEndpoint;
62
+ import * as config from "./config";
63
+ import * as types from "./types";
64
+ export { config, types, };