openmeter 1.0.0b93__py3-none-any.whl → 1.0.0b95__py3-none-any.whl

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.

Potentially problematic release.


This version of openmeter might be problematic. Click here for more details.

@@ -3173,8 +3173,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3173
3173
  "YEAR".
3174
3174
  },
3175
3175
  "id": "str", # Readonly unique ULID identifier. Required.
3176
- "subjectKey": "str", # The subject that is granted the entitlement.
3177
- Required.
3178
3176
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3179
3177
  was last updated. Required.
3180
3178
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3202,16 +3200,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3202
3200
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3203
3201
  base the recurring period on. Required.
3204
3202
  "interval": "str" # List of pre-defined periods that can be
3205
- used for recurring & scheduling. DAILY: Every day MONDAY:
3206
- Every Monday ======================== TUESDAY: Every Tuesday
3207
- ========================= WEDNESDAY: Every Wednesday
3208
- =========================== THURSDAY: Every Thursday
3209
- ========================== FRIDAY: Every Friday
3210
- ======================== SATURDAY: Every Saturday
3211
- ========================== SUNDAY: Every Sunday
3212
- ======================== WEEKLY: Every week MONTHLY: Every month
3213
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3214
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3203
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3204
+ week MONTH: Every month YEAR: Every year. Required. Known values
3205
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3215
3206
  },
3216
3207
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3217
3208
  grant was voided (cannot be used after that).
@@ -3770,8 +3761,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3770
3761
  "YEAR".
3771
3762
  },
3772
3763
  "id": "str", # Readonly unique ULID identifier. Required.
3773
- "subjectKey": "str", # The subject that is granted the entitlement.
3774
- Required.
3775
3764
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3776
3765
  was last updated. Required.
3777
3766
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3799,16 +3788,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3799
3788
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3800
3789
  base the recurring period on. Required.
3801
3790
  "interval": "str" # List of pre-defined periods that can be
3802
- used for recurring & scheduling. DAILY: Every day MONDAY:
3803
- Every Monday ======================== TUESDAY: Every Tuesday
3804
- ========================= WEDNESDAY: Every Wednesday
3805
- =========================== THURSDAY: Every Thursday
3806
- ========================== FRIDAY: Every Friday
3807
- ======================== SATURDAY: Every Saturday
3808
- ========================== SUNDAY: Every Sunday
3809
- ======================== WEEKLY: Every week MONTHLY: Every month
3810
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3811
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3791
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3792
+ week MONTH: Every month YEAR: Every year. Required. Known values
3793
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3812
3794
  },
3813
3795
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3814
3796
  grant was voided (cannot be used after that).
@@ -3920,18 +3902,13 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3920
3902
  priorities and expiration dates, the system will use the grant that was created
3921
3903
  first.
3922
3904
  "recurrence": {
3923
- "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3924
- recurring period on. Required.
3925
- "interval": "str" # List of pre-defined periods that can be used for
3926
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3927
- ======================== TUESDAY: Every Tuesday =========================
3928
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3929
- Thursday ========================== FRIDAY: Every Friday
3930
- ======================== SATURDAY: Every Saturday
3931
- ========================== SUNDAY: Every Sunday ========================
3932
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3933
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3934
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3905
+ "interval": "str", # List of pre-defined periods that can be used
3906
+ for recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3907
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3908
+ "MONTH", and "YEAR".
3909
+ "anchor": "2020-02-20 00:00:00" # Optional. An arbitrary anchor to
3910
+ base the recurring period on. If not provided then defaults to now truncated
3911
+ to the hour.
3935
3912
  }
3936
3913
  }
3937
3914
 
@@ -3952,8 +3929,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3952
3929
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3953
3930
  },
3954
3931
  "id": "str", # Readonly unique ULID identifier. Required.
3955
- "subjectKey": "str", # The subject that is granted the entitlement.
3956
- Required.
3957
3932
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3958
3933
  last updated. Required.
3959
3934
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3981,15 +3956,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3981
3956
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3982
3957
  recurring period on. Required.
3983
3958
  "interval": "str" # List of pre-defined periods that can be used for
3984
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3985
- ======================== TUESDAY: Every Tuesday =========================
3986
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3987
- Thursday ========================== FRIDAY: Every Friday
3988
- ======================== SATURDAY: Every Saturday
3989
- ========================== SUNDAY: Every Sunday ========================
3990
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3991
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3992
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3959
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3960
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3961
+ "MONTH", and "YEAR".
3993
3962
  },
3994
3963
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3995
3964
  was voided (cannot be used after that).
@@ -4044,8 +4013,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4044
4013
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
4045
4014
  },
4046
4015
  "id": "str", # Readonly unique ULID identifier. Required.
4047
- "subjectKey": "str", # The subject that is granted the entitlement.
4048
- Required.
4049
4016
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
4050
4017
  last updated. Required.
4051
4018
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -4073,15 +4040,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4073
4040
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4074
4041
  recurring period on. Required.
4075
4042
  "interval": "str" # List of pre-defined periods that can be used for
4076
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4077
- ======================== TUESDAY: Every Tuesday =========================
4078
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4079
- Thursday ========================== FRIDAY: Every Friday
4080
- ======================== SATURDAY: Every Saturday
4081
- ========================== SUNDAY: Every Sunday ========================
4082
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4083
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4084
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4043
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4044
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4045
+ "MONTH", and "YEAR".
4085
4046
  },
4086
4047
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
4087
4048
  was voided (cannot be used after that).
@@ -4138,18 +4099,13 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4138
4099
  priorities and expiration dates, the system will use the grant that was created
4139
4100
  first.
4140
4101
  "recurrence": {
4141
- "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4142
- recurring period on. Required.
4143
- "interval": "str" # List of pre-defined periods that can be used for
4144
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4145
- ======================== TUESDAY: Every Tuesday =========================
4146
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4147
- Thursday ========================== FRIDAY: Every Friday
4148
- ======================== SATURDAY: Every Saturday
4149
- ========================== SUNDAY: Every Sunday ========================
4150
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4151
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4152
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4102
+ "interval": "str", # List of pre-defined periods that can be used
4103
+ for recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4104
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4105
+ "MONTH", and "YEAR".
4106
+ "anchor": "2020-02-20 00:00:00" # Optional. An arbitrary anchor to
4107
+ base the recurring period on. If not provided then defaults to now truncated
4108
+ to the hour.
4153
4109
  }
4154
4110
  }
4155
4111
 
@@ -4170,8 +4126,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4170
4126
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
4171
4127
  },
4172
4128
  "id": "str", # Readonly unique ULID identifier. Required.
4173
- "subjectKey": "str", # The subject that is granted the entitlement.
4174
- Required.
4175
4129
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
4176
4130
  last updated. Required.
4177
4131
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -4199,15 +4153,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4199
4153
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4200
4154
  recurring period on. Required.
4201
4155
  "interval": "str" # List of pre-defined periods that can be used for
4202
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4203
- ======================== TUESDAY: Every Tuesday =========================
4204
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4205
- Thursday ========================== FRIDAY: Every Friday
4206
- ======================== SATURDAY: Every Saturday
4207
- ========================== SUNDAY: Every Sunday ========================
4208
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4209
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4210
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4156
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4157
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4158
+ "MONTH", and "YEAR".
4211
4159
  },
4212
4160
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
4213
4161
  was voided (cannot be used after that).
@@ -2472,8 +2472,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
2472
2472
  "YEAR".
2473
2473
  },
2474
2474
  "id": "str", # Readonly unique ULID identifier. Required.
2475
- "subjectKey": "str", # The subject that is granted the entitlement.
2476
- Required.
2477
2475
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
2478
2476
  was last updated. Required.
2479
2477
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -2501,16 +2499,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
2501
2499
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
2502
2500
  base the recurring period on. Required.
2503
2501
  "interval": "str" # List of pre-defined periods that can be
2504
- used for recurring & scheduling. DAILY: Every day MONDAY:
2505
- Every Monday ======================== TUESDAY: Every Tuesday
2506
- ========================= WEDNESDAY: Every Wednesday
2507
- =========================== THURSDAY: Every Thursday
2508
- ========================== FRIDAY: Every Friday
2509
- ======================== SATURDAY: Every Saturday
2510
- ========================== SUNDAY: Every Sunday
2511
- ======================== WEEKLY: Every week MONTHLY: Every month
2512
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
2513
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
2502
+ used for recurring & scheduling. DAY: Every day WEEK: Every
2503
+ week MONTH: Every month YEAR: Every year. Required. Known values
2504
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
2514
2505
  },
2515
2506
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
2516
2507
  grant was voided (cannot be used after that).
@@ -3069,8 +3060,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3069
3060
  "YEAR".
3070
3061
  },
3071
3062
  "id": "str", # Readonly unique ULID identifier. Required.
3072
- "subjectKey": "str", # The subject that is granted the entitlement.
3073
- Required.
3074
3063
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3075
3064
  was last updated. Required.
3076
3065
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3098,16 +3087,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3098
3087
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3099
3088
  base the recurring period on. Required.
3100
3089
  "interval": "str" # List of pre-defined periods that can be
3101
- used for recurring & scheduling. DAILY: Every day MONDAY:
3102
- Every Monday ======================== TUESDAY: Every Tuesday
3103
- ========================= WEDNESDAY: Every Wednesday
3104
- =========================== THURSDAY: Every Thursday
3105
- ========================== FRIDAY: Every Friday
3106
- ======================== SATURDAY: Every Saturday
3107
- ========================== SUNDAY: Every Sunday
3108
- ======================== WEEKLY: Every week MONTHLY: Every month
3109
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3110
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3090
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3091
+ week MONTH: Every month YEAR: Every year. Required. Known values
3092
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3111
3093
  },
3112
3094
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3113
3095
  grant was voided (cannot be used after that).
@@ -3219,18 +3201,13 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3219
3201
  priorities and expiration dates, the system will use the grant that was created
3220
3202
  first.
3221
3203
  "recurrence": {
3222
- "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3223
- recurring period on. Required.
3224
- "interval": "str" # List of pre-defined periods that can be used for
3225
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3226
- ======================== TUESDAY: Every Tuesday =========================
3227
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3228
- Thursday ========================== FRIDAY: Every Friday
3229
- ======================== SATURDAY: Every Saturday
3230
- ========================== SUNDAY: Every Sunday ========================
3231
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3232
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3233
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3204
+ "interval": "str", # List of pre-defined periods that can be used
3205
+ for recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3206
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3207
+ "MONTH", and "YEAR".
3208
+ "anchor": "2020-02-20 00:00:00" # Optional. An arbitrary anchor to
3209
+ base the recurring period on. If not provided then defaults to now truncated
3210
+ to the hour.
3234
3211
  }
3235
3212
  }
3236
3213
 
@@ -3251,8 +3228,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3251
3228
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3252
3229
  },
3253
3230
  "id": "str", # Readonly unique ULID identifier. Required.
3254
- "subjectKey": "str", # The subject that is granted the entitlement.
3255
- Required.
3256
3231
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3257
3232
  last updated. Required.
3258
3233
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3280,15 +3255,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3280
3255
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3281
3256
  recurring period on. Required.
3282
3257
  "interval": "str" # List of pre-defined periods that can be used for
3283
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3284
- ======================== TUESDAY: Every Tuesday =========================
3285
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3286
- Thursday ========================== FRIDAY: Every Friday
3287
- ======================== SATURDAY: Every Saturday
3288
- ========================== SUNDAY: Every Sunday ========================
3289
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3290
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3291
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3258
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3259
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3260
+ "MONTH", and "YEAR".
3292
3261
  },
3293
3262
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3294
3263
  was voided (cannot be used after that).
@@ -3343,8 +3312,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3343
3312
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3344
3313
  },
3345
3314
  "id": "str", # Readonly unique ULID identifier. Required.
3346
- "subjectKey": "str", # The subject that is granted the entitlement.
3347
- Required.
3348
3315
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3349
3316
  last updated. Required.
3350
3317
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3372,15 +3339,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3372
3339
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3373
3340
  recurring period on. Required.
3374
3341
  "interval": "str" # List of pre-defined periods that can be used for
3375
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3376
- ======================== TUESDAY: Every Tuesday =========================
3377
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3378
- Thursday ========================== FRIDAY: Every Friday
3379
- ======================== SATURDAY: Every Saturday
3380
- ========================== SUNDAY: Every Sunday ========================
3381
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3382
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3383
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3342
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3343
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3344
+ "MONTH", and "YEAR".
3384
3345
  },
3385
3346
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3386
3347
  was voided (cannot be used after that).
@@ -3437,18 +3398,13 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3437
3398
  priorities and expiration dates, the system will use the grant that was created
3438
3399
  first.
3439
3400
  "recurrence": {
3440
- "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3441
- recurring period on. Required.
3442
- "interval": "str" # List of pre-defined periods that can be used for
3443
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3444
- ======================== TUESDAY: Every Tuesday =========================
3445
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3446
- Thursday ========================== FRIDAY: Every Friday
3447
- ======================== SATURDAY: Every Saturday
3448
- ========================== SUNDAY: Every Sunday ========================
3449
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3450
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3451
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3401
+ "interval": "str", # List of pre-defined periods that can be used
3402
+ for recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3403
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3404
+ "MONTH", and "YEAR".
3405
+ "anchor": "2020-02-20 00:00:00" # Optional. An arbitrary anchor to
3406
+ base the recurring period on. If not provided then defaults to now truncated
3407
+ to the hour.
3452
3408
  }
3453
3409
  }
3454
3410
 
@@ -3469,8 +3425,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3469
3425
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3470
3426
  },
3471
3427
  "id": "str", # Readonly unique ULID identifier. Required.
3472
- "subjectKey": "str", # The subject that is granted the entitlement.
3473
- Required.
3474
3428
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3475
3429
  last updated. Required.
3476
3430
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3498,15 +3452,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3498
3452
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3499
3453
  recurring period on. Required.
3500
3454
  "interval": "str" # List of pre-defined periods that can be used for
3501
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3502
- ======================== TUESDAY: Every Tuesday =========================
3503
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3504
- Thursday ========================== FRIDAY: Every Friday
3505
- ======================== SATURDAY: Every Saturday
3506
- ========================== SUNDAY: Every Sunday ========================
3507
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3508
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3509
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3455
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3456
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3457
+ "MONTH", and "YEAR".
3510
3458
  },
3511
3459
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3512
3460
  was voided (cannot be used after that).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmeter
3
- Version: 1.0.0b93
3
+ Version: 1.0.0b95
4
4
  Summary: Client for OpenMeter: Real-Time and Scalable Usage Metering
5
5
  Home-page: https://openmeter.io
6
6
  License: Apache-2.0
@@ -2,7 +2,7 @@ openmeter/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
2
2
  openmeter/_client.py,sha256=TIXIPi_UVO-d5BHra7_xIiKmLfZBrmc4L_Xq2gxi4lM,3982
3
3
  openmeter/_configuration.py,sha256=CIdMxPaIXwDLaCsnvmdmHTfplV_cRp24101RJCEWtes,1807
4
4
  openmeter/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
5
- openmeter/_operations/_operations.py,sha256=IT2adPotp8qimN6F9HKyj5o3F3Q4VEZchmwr0StN_P0,201699
5
+ openmeter/_operations/_operations.py,sha256=SUnQcREy8IklGmqiE2IzaN-W5LqD3ktGGuVKXLjnj20,197022
6
6
  openmeter/_operations/_patch.py,sha256=ptSL-JhY1fbGT9Cw2cUkPF1TPz5qVgXwTMMT5h41XUc,4874
7
7
  openmeter/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
8
8
  openmeter/_serialization.py,sha256=vQIv-wuCQabtiIq2DXOr7-InGADqxlXTGNEKv9OlDPs,78873
@@ -11,11 +11,11 @@ openmeter/aio/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
11
11
  openmeter/aio/_client.py,sha256=O0VpMfw42UuTN_ZTIL3dw944PviLIrBBCSp7UaexyKQ,4100
12
12
  openmeter/aio/_configuration.py,sha256=NtT-cxQWkt8q_FvMfwqqil18Tt9zJmWGVju4U9s7OsE,1817
13
13
  openmeter/aio/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
14
- openmeter/aio/_operations/_operations.py,sha256=1bY90IwDX5HdraMuxw5j0OLqlxO-ZV3qFxFlLHvC8Wc,175987
14
+ openmeter/aio/_operations/_operations.py,sha256=y-rxxYYtEBi45Q7bHHPTTX56B6wdfZCkC1mngiLVkp4,171310
15
15
  openmeter/aio/_operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
16
16
  openmeter/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
17
17
  openmeter/aio/_vendor.py,sha256=CFsSbXOBydpg_f_uciu6Pe6cvF__6ofZ6KFEhkaMMEU,862
18
18
  openmeter/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
19
- openmeter-1.0.0b93.dist-info/METADATA,sha256=kFP-ODLQcHFX6kNyLpLHv1Qkt0F8rf68X2m2yA8sUS8,2257
20
- openmeter-1.0.0b93.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
- openmeter-1.0.0b93.dist-info/RECORD,,
19
+ openmeter-1.0.0b95.dist-info/METADATA,sha256=WFbLKiCzdmXeN4xubPwkZYJaJE4wH4FGKI-_yxrcKTo,2257
20
+ openmeter-1.0.0b95.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
+ openmeter-1.0.0b95.dist-info/RECORD,,